home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / util / cli / kill277.lha / Kill.doc < prev    next >
Text File  |  1995-01-24  |  2KB  |  54 lines

  1. USAGE:
  2.  
  3. Kill does the same as C:Delete but your can specify the files you want to delete by date or size.
  4. The template is as following:
  5.  
  6.     FILE/M/A,ALL/S,QUIET/S,FORCE/S,SINCE/K,UPTO/K,SINCEDAYS/K/N,UPTODAYS/K/N,
  7.     BIGGER/K/N,SMALLER/K/N,PLAIN/S,ANSI/S
  8.  
  9. FILES/M/A,ALL/S,QUIET/S,FORCE/S are the same options as described by C:Delete.
  10. With SINCE/K and UPTO/K you can specify the dates of the files that should be deleted, much the
  11. same way as these options work in C:List. With SINCEDAYS/K/N and UPTODAYS/K/N you may specify dates
  12. relative to today. For example
  13.  
  14.     Kill Download:#? UPTODAYS -7
  15.  
  16. deletes all files in Download: that are older than one week. Finally you may delete files based on
  17. their size:
  18.  
  19.     Kill Download:#? SMALLER 1000
  20.  
  21. deletes all files in Download with 999 or less bytes.
  22.  
  23. You may combine the options SINCE/K, UPTO/K, SINCEDAYS/K/N, UPTODAYS/K/N, BIGGER/K/N and
  24. SMALLER/K/N freely, only a file matching all six will be deleted.
  25.  
  26. If something unusual happens (e.g. a file being delete protected) Kill will complain and use bold
  27. face, but only if Output() IsInteractive(). Output may be forced to use ANSI-Escapes via ANSI/S and
  28. to not use them via PLAIN/S
  29.  
  30. AUTHOR:
  31.  
  32. Walter Dörwald
  33. Moiergasse 4
  34. 92708 Mantel
  35. Germany
  36. InterNet: walter@data.mayn.sub.de
  37. FIDO:     2:2494/502.4
  38.  
  39. Bug reports and suggestions are always welcome
  40.  
  41. This program and it's source are public domain, do which what you like as long as you don't get
  42. rich with it, and if you actually find parts of it useful give credit where credit is due.
  43.  
  44. HISTORY:
  45.  
  46. Kill 1.67 (31.7.94)
  47.     · Initial release
  48.  
  49. Kill 2.?? (??.??.??)
  50.     · "Kill #? UPTO yesterday" now works with localized yesterdays
  51.       (thanks to Jochen Wiedmann and Ralph Babels GuruBook)
  52.     · PLAIN/S,ANSI/S and IsInteractive() test added.
  53.     · code cleanup
  54.